Welcome![Sign In][Sign Up]
Location:
Search - fft dit dif

Search list

[Other resourcedit-dif-fft

Description: 快速傅立叶算法,按时间和按频率抽取的基2算法-Fast Fourier algorithm, time and frequency taken by the base 2 Algorithm
Platform: | Size: 8083 | Author: 赵勇 | Hits:

[Algorithmdit-dif-fft

Description: 快速傅立叶算法,按时间和按频率抽取的基2算法-Fast Fourier algorithm, time and frequency taken by the base 2 Algorithm
Platform: | Size: 1099776 | Author: 赵勇 | Hits:

[matlabmyfft_DIT_DIF

Description: 采用DIT和DIF两种蝶形算法实现的FFT变换,其中myfft1是DIT算法,myfft2是DIF算法,已经过测试,可以方便使用。-DIT and DIF using two algorithms of FFT butterfly transformation, which myfft1 is DIT algorithm, myfft2 is the DIF algorithm, has been tested, it will be convenient to use.
Platform: | Size: 3072 | Author: zhanghongwei | Hits:

[Mathimatics-Numerical algorithmsfft

Description: FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT。按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法。按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常用。-FFT algorithm is the basic principle of DFT successive long sequence is broken down into shorter sequences of DFT. In accordance with the different extraction methods can be divided into the DIT-FFT (time taken) and the DIF-FFT (according to the frequency of extraction) algorithm. In accordance with the composition of different butterfly operations can be divided into base 2, base 4, base 8, as well as arbitrary factor (2n, n is an integer greater than 1), radix-2, Radix-4 algorithm is more commonly used.
Platform: | Size: 1024 | Author: 李文 | Hits:

[AlgorithmFFT

Description: FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT.按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法.按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常-The FFT algorithm s basic principle is decomposes gradually long sequence DFT into short sequence DFT. different may divide into according to the extraction way DIT-FFT (according to time extraction) and DIF-FFT (according to frequency extraction) the algorithm. Different may divide into the base 2, base 4, bases according to the butterfly-shaped operation s constitution 8 as well as the random factor (2n, n is bigger than 1 integer), the base 2, base 4 algorithms are more common.
Platform: | Size: 419840 | Author: 卡其米奇 | Hits:

[3G developfft

Description: there is some codes about DIT AND DIF OF FFT
Platform: | Size: 8192 | Author: maechel | Hits:

[AlgorithmfixedPointFFTAlgorithm(DIT-DIF-SRFFT)

Description: 不同定点FFT算法的性能比较,适合于OFDM信道估计FFT算法-Different fixed-point FFT algorithm performance comparison for channel estimation in OFDM FFT algorithm
Platform: | Size: 345088 | Author: 邵新明 | Hits:

[DSP programdit-dif-fft

Description: 基于dsp的FFT实现,在板子上调试通过,功能实现的不错,就是代码有点罗嗦,请高手继续改进-Dsp of the FFT based implementation of debugging by the board, functions to achieve the good, is the code a bit wordy, please continue to improve the master
Platform: | Size: 413696 | Author: deng | Hits:

[DSP programfft-ifft

Description: 用C语言实现了基2 DIT-FFT、DIF-FFT、DIT-IFFT和DIF-IFFT,而且运算点数可以自己设定,在vs2005下运行通过-2-based DIT-FFT、DIF-FFT、DIT-IFFT和DIF-IFFT with user-defined processing points are implemented using C, which has been run successfully in VS 2005.
Platform: | Size: 361472 | Author: 燕潇云 | Hits:

[Windows Developdit-dif-fft-and-dit-dif-ifft

Description: 基2_dit-dif-fft与dit-dif-ifft的C语言实现,可运行-Base 2_dit-dif-fft with dit-dif-ifft in C language, run
Platform: | Size: 2048 | Author: 林佳择 | Hits:

[AlgorithmFFT

Description: An Elementary Introduction to the Discrete Fourier Transform 1.1 ComplexNumbers 1.3 Analyzing the Series 1.5 Filtering a Signal 1.6 How Often Does One Sample? 1.7 Notes and References 1.2 Trigonometric Interpolation 1.4 Fourier Frequency Versus Time Frequency 2 Some Mathematical and Computational Preliminaries 2.1 Computing the Twiddle Factors 2.2.1 Real floating-point operation (FLOP) count 2.2.2 Special considerations in computing the FFT 2.3 Expressing Complex Multiply-Adds in Terms of Real Multiply-Adds 2.4 Solving Recurrences to Determine an Unknown Function 2.2 Multiplying Two Complex Numbers II Sequential FFT Algorithms 3 The Divide-and-Conquer Paradigm and Two Basic FFT Algorithms 3.1 Radix-2 Decimation-In-Time (DIT) FFT 3.1.1 Analyzing the arithmetic cost 3.2 Radix-2 Decimation-In-Frequency (DIF) FFT 3.2.1 Analyzing the arithmetic cost 3.3 Notes and References
Platform: | Size: 14788608 | Author: Rakesh | Hits:

[DSP programdit-dif-fftanddit-dif-ifft

Description: 基2 fft dif 和 fft dit算法,c语言实现-Radix-2 fft the dif and fft dit algorithm, c language
Platform: | Size: 2048 | Author: 樊一鸣 | Hits:

[matlabFFT

Description: C语言的FFT算法,包含DIT和DIF方法,windows上测试成功-FFT algorithm C language, contains DIT and DIF windows on the test success
Platform: | Size: 5120 | Author: zhangbin | Hits:

[Mathimatics-Numerical algorithmsFFT

Description: 快速傅里叶变换FFT的C语言实现及应用,DIF-FFT,DIT-FFT-C language implementation and application of DIF-FFT, DIT-FFT Fast Fourier Transform (FFT)
Platform: | Size: 413696 | Author: hanmin | Hits:

[Otherbasic2_dit-dif-fft-and-dit-dif-ifft

Description: c语言 实现fft-dit算法 可运行 完成蝶形运算-basic c conplete fft-dit
Platform: | Size: 2048 | Author: 德勒黑 | Hits:

[DSP programDIT-DIF

Description: 对要求的2种实数序列进行基2-DIT和基2-DIF FFT变换-Base 2-DIT and the base 2-DIF FFT transform is required for two kinds of real sequence
Platform: | Size: 1024 | Author: 李银娟 | Hits:

[Software EngineeringFFT_DIT_DIF

Description: FFT (DIT/DIF) for matlab
Platform: | Size: 2048 | Author: Prateek | Hits:

[Embeded-SCM DevelopAD_DA_FFT

Description: 利用MUC平台上fft处理实例,包括DIF,DIT两种方法(The use of MUC platform fft processing examples, including DIF, DIT two methods)
Platform: | Size: 207872 | Author: ```li | Hits:

[Embeded-SCM Develop设计案例-FFT至简设计实现法

Description: DIT-FFT至简设计实现法 工程说明 案例补充说明 本案例无论是模块划分、计数器设计、还是乒乓操作的读写处理,都始终基于“至简设计”的原则,用简易的代码结构就能实现复杂的DIT-FFT蝶形运算,代码设计风格极其简洁,详细可参考附录代码。(DIT-FFT to Jane design and Implementation Engineering description This design is based on the discussion to simple design method to achieve the 2-FFT algorithm according to the base time selection (DIF-FFT) implementation process, support N from 8 to 1024. Case Supplement In this case, both the module division, the counter design, and the reading and writing of table tennis operations are always based on the "to Jane" design)
Platform: | Size: 861184 | Author: 明德扬科教 | Hits:

[matlabRadix3_fft

Description: 主要实现了输入随机点数数据的基3频域抽取FFT算法(In this paper, we mainly implement the FFT algorithm for the base 3 frequency domain of input random points data.)
Platform: | Size: 1024 | Author: 王家小丫头 | Hits:
« 12 »

CodeBus www.codebus.net